home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK1.toast / Development Kits (Disc 1) / AppleScript / Development Tools / Sample Code / 7Edit 3.1 / Sources / DebugUtils.h < prev    next >
Encoding:
Text File  |  1995-11-20  |  267 b   |  16 lines  |  [TEXT/MMCC]

  1. // DebugUtils.c
  2. //
  3. // 7Edit 3.1d1. Original version by Jon Lansdell and Nigel Humphreys.
  4. // 3.1 updates by Greg Sutton.
  5. // ©Apple Computer Inc 1995, all rights reserved.
  6.  
  7. #include <Types.h>
  8.  
  9.  
  10. void DebugNum ( long err );
  11.  
  12. void DebugStrNum ( Str255 str, long num );
  13.  
  14.  
  15.  
  16.